home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
61266
/
61266.xpi
/
chrome
/
skin
/
overlay.css~
< prev
next >
Wrap
Text File
|
2009-12-30
|
2KB
|
89 lines
/* This is just an example. You shouldn't do this. */
#beststickynotes-hello
{
color: red ! important;
}
#beststickynotes-toolbar-button
{
list-style-image: url("chrome://beststickynotes/skin/toolbar-button.png");
-moz-image-region: rect(0px 24px 24px 0px);
}
#beststickynotes-toolbar-button:hover
{
-moz-image-region: rect(24px 24px 48px 0px);
}
[iconsize="small"] #beststickynotes-toolbar-button
{
-moz-image-region: rect( 0px 40px 16px 24px);
}
[iconsize="small"] #beststickynotes-toolbar-button:hover
{
-moz-image-region: rect(24px 40px 40px 24px);
}
/* sticky note */
.at-ac-tuwien-student-e0427417-sticky-note {
border-style: solid;
background-color: #ffe555;
padding: 10px;
border-width: 2px;
border-color: #ccaa22;
cursor: default;
}
/* top bar */
.at-ac-tuwien-student-e0427417-sticky-note-top {
text-align: right;
background-color: inherit;
margin-top: -4px;
}
/* close button */
.at-ac-tuwien-student-e0427417-sticky-note-top a {
font-family: DejaVu Sans, sans-serif;
text-decoration: none;
font-weight: bold;
color: #ccaa22;
font-size: 13pt;
cursor: pointer;
}
/* close button when hovered */
.at-ac-tuwien-student-e0427417-sticky-note-top a:hover {
color: #333333;
}
/* text when displayed / editing */\n\
.at-ac-tuwien-student-e0427417-sticky-note-display-text, .at-ac-tuwien-student-e0427417-sticky-note-edit-text {
font-family: sans-serif;
font-size: 10pt;
background-color: inherit;
color: #333333;
text-align: left;
}
/* sticky note when editing */
.at-ac-tuwien-student-e0427417-sticky-note-edit-mode {
opacity: 1;
}
/* sticky note when displayed / moving / resizing */
.at-ac-tuwien-student-e0427417-sticky-note-display-mode,
.at-ac-tuwien-student-e0427417-sticky-note-move-mode,
.at-ac-tuwien-student-e0427417-sticky-note-resize-mode {
opacity: 0.85;
}
/* sticky note when moving */
.at-ac-tuwien-student-e0427417-sticky-note-move-mode {
cursor: move;
}
/* resize grabber */
.at-ac-tuwien-student-e0427417-sticky-note-resize-grabber {
position: absolute;
right: -2px;
bottom: -2px;
width: 16px;
height: 16px;
cursor: se-resize;
}